[index]
MouseClick Function
Syntax
the mouseClick or mouseClick()
Description
The mouseClick function indicates whether the mouse has been clicked and released. If the mouse has been clicked, the result is true; otherwise, the result is false.
Examples
on mouseUp
repeat until the mouseClick is true
beep
end repeat
end mouseUp
This text has been mechanically extracted from the Oracle Media Objects 1.0.4.9 MediaTalk Reference, © 1995 Oracle Corporation, and is provided here solely for educational/historical purposes.